From dd6e44068f872a636f9cca296d97c498681e5de4 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 31 Jul 2025 13:59:21 +0800 Subject: [PATCH] openlist: Update to 4.0.9 Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.0.9 Signed-off-by: Tianling Shen --- net/openlist/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/openlist/Makefile b/net/openlist/Makefile index 2d90f37cb5..239a25235b 100644 --- a/net/openlist/Makefile +++ b/net/openlist/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openlist -PKG_VERSION:=4.0.8 +PKG_VERSION:=4.0.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/OpenListTeam/OpenList/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=216a7c7c66de9bcff59ab946874a8b4641b2b6e90c5236bd45bf8219149c5a3d +PKG_HASH:=39034d543488ece70e7aa589201da4c9dd6d8cc3383c1e141022484323f96698 PKG_BUILD_DIR:=$(BUILD_DIR)/OpenList-$(PKG_VERSION) PKG_LICENSE:=AGPL-3.0-only @@ -51,13 +51,13 @@ define Package/openlist/conffiles /etc/config/openlist endef -WEB_VERSION:=4.0.8 +WEB_VERSION:=4.0.9 WEB_FILE:=$(PKG_NAME)-frontend-dist-v$(WEB_VERSION).tar.gz define Download/openlist-web URL:=https://github.com/OpenListTeam/OpenList-Frontend/releases/download/v$(WEB_VERSION)/ URL_FILE:=$(WEB_FILE) FILE:=$(WEB_FILE) - HASH:=b0815850ba78fa3809a893e6fa61756a7998a19766c70bc15e3a83f26a8aa3e3 + HASH:=08775533f6ab7b29c0265fd3ed9a554861df58df9f0d391992ae727e349200f1 endef define Build/Prepare -- 2.30.2